Route Segment Next.js
https://gyazo.com/fbccb4b97df8290607c89cbf3b1b73b5
? What's this?
Each folder in a route represents a route segment. Each route segment is mapped to a corresponding segment in a URL path.
ルート内の各フォルダーはルート セグメントを表します。各ルート セグメントは、URL パス内の対応するセグメントにマッピングされます。
https://nextjs.org/docs/app/building-your-application/routing#route-segments
Route Segment Config
Page Next.js, Layout Segment Next.js, or Route Handlers Next.jsの設定を変えられる。
File Conventions: Route Segment Config | Next.js